home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 27 / q27.d81 / t.dt128 docs 6 < prev    next >
Text File  |  2022-08-28  |  17KB  |  483 lines

  1.  
  2.  
  3.  Disk Copier
  4.  -----------
  5.  
  6.     This utility is a single device fast data copier.  Use this to copy
  7. standard diskettes.
  8.  
  9. Disk Directory:
  10.  
  11.      Shows the directory of the disk in the current device.
  12.  
  13. Device:
  14.  
  15.      This is the device accessed by this module.  When you enter this
  16. module this option is automatically set to the default device specified in
  17. "Disk Functions."
  18.  
  19. Start Track:
  20.  
  21.      This is the track at which copying/verifying begins.
  22.  
  23. End Track:
  24.  
  25.      This is the last track to be copied/verified.
  26.  
  27. Verify:
  28.  
  29.      "No"   No verify is performed during the copy process.
  30.      "Yes"  The backup is verified during the copy process.
  31.      "Only" Allows you to compare two disks.  With this option no write
  32. pass occurs.  For a sector by sector verify see DISK COMPARE.
  33.  
  34. Copy Disk:
  35.  
  36.      Select this option to copy or verify a disk.  You can abort a copy at
  37. any prompt by pressing the escape key.
  38.  
  39.      When you copy a disk you will see 3 colored bars near the lower part
  40. of the screen, 1 bar each for the read, write, and verify (if selected)
  41. passes.  After each pass the appropriate bar will show the error status of
  42. the pass.  Asterisks '*' mean that at least one error occurred on the
  43. corresponding track.
  44.  
  45. Notes:
  46.  
  47. As of this writing this module supports the 1541 only.  If you attempt to
  48. access any device other than a 1541 you will get a "Device not present"
  49. error.
  50.  
  51. This utility uses the capture buffer for a data buffer.  Before you copy a
  52. disk make sure that the buffer does not contain any important information
  53. in it or it will be wiped out!
  54.  
  55. After a copy is done you will see a "press return" prompt.  When you press
  56. return the device is initialized with the "i0" string.  Make sure there is
  57. a disk in the device that is properly formatted or a "bump" may occur.  If
  58. you copied an entire disk simply leave the destination disk in the device
  59. and press return.  If you aborted a copy, or copied only a part of a disk,
  60. you should place a formatted disk in the device before pressing return.
  61.  
  62.  
  63.  Dual Disk Drive Copier
  64.  ----------------------
  65.  
  66.     This utility is a multi-device fast disk copier.  Use this to copy
  67. standard diskettes.
  68.  
  69. Disk Directory:
  70.  
  71.      Shows the directory of the disk in the current device.
  72.  
  73. Source Device:
  74.  
  75.      Place the disk to be copied in this device.
  76.  
  77. Destination Device:
  78.  
  79.      Place a disk (formatted or unformatted) in this drive.  The disk in
  80. the source device will be copied to here.
  81.  
  82. Start Track:
  83.  
  84.      This is the track at which copying/verifying begins.
  85.  
  86. End Track:
  87.  
  88.      This is the last track to be copied/verified.
  89.  
  90. Verify:
  91.  
  92.      "Read"   Each block is read verified only.
  93.      "Write"  Each block is write verified only.
  94.      "R/W"    Each block is read and write verified (full verification)
  95.      "None"   Nothing is verified.
  96.  
  97. Copy Disk:
  98.  
  99.      Select this option to copy a disk.
  100.  
  101. Notes:
  102.  
  103. As of this writing this module supports the 1541 only.  If you attempt to
  104. access any device other than a 1541 you will get a "Device not present"
  105. error.  Before you use this utility you should make sure that the
  106. destination device has been used since power up.  This will avoid a
  107. possible "bump" at the start of the copy process.  Why a "bump?"  The 1541
  108. has no way of knowing where the read/write head is until it accesses a
  109. disk.  From that point on the device "remembers" where the head is located.
  110. Finding the first track for the copy is simple math.  If the first track to
  111. be written is track 1, and the head is currently at track 2, the routine
  112. simply moves the head 1 track.  If, however, the device wasn't used since
  113. power up, the head could be anywhere, so the DOS routines in this module
  114. turn control over to the 1541 to perform its built-in "seek" function in
  115. order to determine the head position.  In this case, a seek done on an
  116. unformatted disk will cause a "bump" (OUCH!)
  117.  
  118.  
  119.  Nibbler
  120.  -------
  121.  
  122.     This utility is a single drive disk nibbler.  Use this utility to copy
  123. DOS protected 1541 diskettes.
  124.  
  125. Disk Directory:
  126.  
  127.      Shows the directory of the disk in the current device.
  128.  
  129. Device:
  130.  
  131.      This is the device accessed by this module.  When you enter this
  132. module this option is automatically set to the default device specified in
  133. "Disk Functions."
  134.  
  135. Start Track:
  136.  
  137.      This is the track at which copying begins.
  138.  
  139. End Track:
  140.  
  141.      This is the last track to be copied.
  142.  
  143. Track Increment:
  144.  
  145.      This option is normally "1.0" for full-track stepping.  You can set
  146. this option to "0.5" to copy "half-tracks."  For example, if this option is
  147. set to 1.0 and your start track is 1.0, you will copy tracks 1.0, then 2.0,
  148. 3.0, etc.  If the track increment was 0.5, you would copy tracks 1.0, 1.5,
  149. 2.0, 2.5, etc.
  150.  
  151. Header Gap Size:
  152.  
  153.      This option allows you to set the header gap size for the destination
  154. disk.  The header gap provides spacing between the header block and data
  155. block.  The standard header gap length is 8 bytes.  Although this option
  156. allows you to vary the header gap size from 1 to 16 bytes, you should not
  157. use any value other than 8 unless you are sure you want a different size.
  158. The standard dos format uses an 8 byte header gap.
  159.  
  160. Tail Gap Size:
  161.  
  162.      This option allows you to set the tail gap size.  The tail gap
  163. provides spacing between the end of a data block and the start of the
  164. header block of the next sector (inter-sector spacing).  There is no
  165. "standard" tail gap size, as the tail gap is dependent on the speed of your
  166. drive.  The standard dos format command will use a value of at least 4, but
  167. not more than 12 bytes.
  168.  
  169. Copy Disk:
  170.  
  171.      Select this option to nibble copy a disk.  You can abort a copy at any
  172. prompt by pressing the ESCape key.  When you copy a disk you will see 2
  173. colored bars near the lower part of the screen.  The green bar shows which
  174. tracks have already been read from the source disk.  The red bar shows
  175. which tracks have been written to the destination disk.
  176.  
  177. Notes:
  178.  
  179.     This utility uses the capture buffer for a data buffer.  Before you
  180. copy a disk make sure that the buffer does not contain any important
  181. information in it or it will be wiped out!  After a copy is done you will
  182. see a "press return" prompt.  When you press RETURN the device is
  183. initialized with the "i0" string.  Make sure there is a disk in the drive
  184. that is properly formatted or a "bump" may occur.  If you copied an entire
  185. disk simply leave the destination disk in the drive and press RETURN.  If
  186. you aborted a copy, or copied only a part of a disk, you should place a
  187. formatted disk in the drive before pressing RETURN.
  188.  
  189.     As of this writing this module supports the 1541 only.  If you attempt
  190. to access any device other than a 1541 you will get a "Device not present"
  191. error.
  192.  
  193.  
  194.  Dual Drive Nibbler
  195.  ------------------
  196.  
  197.     This utility is a multi-drive disk nibbler.  Use this utility to copy
  198. DOS protected 1541 diskettes.
  199.  
  200. Disk Directory:
  201.  
  202.      Shows the directory of the disk in the source device.
  203.  
  204. Source Device:
  205.  
  206.      Place the disk to be copied in this drive.
  207.  
  208. Destination Device:
  209.  
  210.      Place a disk (formatted or unformatted) in this device.  The disk in
  211. the source device will be copied to this device.
  212.  
  213. Start Track:
  214.  
  215.      This is the track at which copying begins.
  216.  
  217. End Track:
  218.  
  219.      This is the last track to be copied.
  220.  
  221. Track Increment:
  222.  
  223.      This option is normally "1.0" for full-track stepping.  You can set
  224. this option to "0.5" to copy "half-tracks."  For example, if this option is
  225. set to 1.0 and your start track is 1.0, you will copy tracks 1.0, then 2.0,
  226. 3.0, etc.  If the track increment was 0.5, you would copy tracks 1.0, 1.5,
  227. 2.0, 2.5, etc.
  228.  
  229. Header Gap Size:
  230.  
  231.      This option allows you to set the header gap size for the destination
  232. disk.  The header gap provides spacing between the header block and data
  233. block.  The standard header gap for a 1541 is 8 bytes.  Although this
  234. option allows you to vary the header gap size from 1 to 16 bytes, you
  235. should not use any value other than 8 unless you are sure you want a non-
  236. standard size.
  237.  
  238. Tail Gap Size:
  239.  
  240.      This option allows you to set the tail gap size.  The tail gap
  241. provides spacing between the end of a data block and the start of the
  242. header block of the next sector (inter-sector spacing).  There is no
  243. "standard" tail gap size, as the t